const math.uvinf
9 uses
math (current package)
bits.go#L9: uvinf = 0x7FF0000000000000
bits.go#L23: v = uvinf
fma.go#L99: if x == 0.0 || y == 0.0 || z == 0.0 || bx&uvinf == uvinf || by&uvinf == uvinf {
fma.go#L104: if bz&uvinf == uvinf {
fma.go#L165: return Float64frombits(uint64(ps)<<63 | uvinf)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |